From: W. Trevor King Date: Mon, 8 Jan 2018 18:39:13 +0000 (-0800) Subject: Cargo.toml: Replace '/' with 'OR' in 'license' X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~53^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=4977c4c04132594c4b8ab4fe88c1c8f3f60f6f55;p=cargo.git Cargo.toml: Replace '/' with 'OR' in 'license' Catch up with our recommendations from 7dee65fe (src/doc/manifest: Pin 'license' to SPDX 2.1 expressions and the 2.4 list, 2018-01-04, #4898), which deprecated '/' in favor of vanilla SPDX license expressions. I've gone with the disjunctive OR, because the README has: > Cargo is primarily distributed under the terms of both the MIT > license and the Apache License (Version 2.0). --- diff --git a/Cargo.toml b/Cargo.toml index 29f305572..2907d4cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.26.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" documentation = "https://docs.rs/cargo" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index e3c56aaa0..03ccdbbee 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -2,7 +2,7 @@ name = "crates-io" version = "0.15.0" authors = ["Alex Crichton "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" description = """ Helpers for interacting with crates.io